SG Window Globals Object
DesktopWindow Property

©1998 by Stinga

Properties     Methods     Events     Constants    Error Codes
Description

Returns desktop window. Read only.

Syntax

object.DesktopWindow

The object is expression that evaluates to the Globals object.

Remarks

DesktopWindow property returns Window object which is attached to the desktop window.

Example
MsgBox "Desktop window class is " & SGWindow.DesktopWindow.Class